SocketCore.NetworkInterface Property

Syntax

NetworkInterface as NetworkInterface


Specifies which network interface the socket should use when binding. Leaving this property set to Nil will use the currently selected interface.

You can get the network interface(s) of the user's computer by calling the GetNetworkInterface method of the System object.